From d814284c8fc37ce067d7cb3528ff838cd59f46d3 Mon Sep 17 00:00:00 2001 From: Rob Browning Date: Mon, 7 Dec 2009 22:34:33 -0800 Subject: [PATCH] Fix update-alternatives call for emacs manpage. --- debian/changelog | 8 ++++++++ debian/emacsVER.postinst | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index adcfa8c972a..9d3a00c03f1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +emacs23 (23.1+1-6) unstable; urgency=low + + * Fix update-alternatives call for emacs manpage. Thanks to + Jörg-Volker Peetz and Sven Joachim + for the report. (closes: #552565) + + -- Rob Browning Sat, 07 Nov 2009 16:18:51 -0800 + emacs23 (23.1+1-5) unstable; urgency=low * Apply upstream patch to fix problem with GTK and dynamically diff --git a/debian/emacsVER.postinst b/debian/emacsVER.postinst index 9265c5542a4..781d814acdf 100644 --- a/debian/emacsVER.postinst +++ b/debian/emacsVER.postinst @@ -29,7 +29,7 @@ update-alternatives \ --install /usr/bin/editor editor \ /usr/bin/${FLAVOR} 0 \ --slave /usr/share/man/man1/editor.1.gz editor.1.gz \ - /usr/share/man/man1/emacs.1${FLAVOR}.1.gz + /usr/share/man/man1/emacs.${FLAVOR}.1.gz # emacsen-common registration. /usr/lib/emacsen-common/emacs-install ${FLAVOR} -- 2.30.2